removed max_emitted_events from defaults

oroce 9 years ago
parent
commit
abacedcfd0
1 changed files with 1 additions and 2 deletions
  1. 1 2
      app/models/agents/delay_agent.rb

+ 1 - 2
app/models/agents/delay_agent.rb

@@ -19,8 +19,7 @@ module Agents
19 19
       {
20 20
         'expected_receive_period_in_days' => "10",
21 21
         'max_events' => "100",
22
-        'keep' => 'newest',
23
-        'max_emitted_events' => "100"
22
+        'keep' => 'newest'
24 23
       }
25 24
     end
26 25